home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / forth / pfe-0.000 / pfe-0 / pfe-0.9.13 / test / do-tests < prev    next >
Encoding:
Text File  |  1995-03-12  |  315 b   |  18 lines

  1. #!/bin/sh
  2. #
  3. # run a few tests.
  4. #
  5.  
  6. ../src/pfe suite
  7.  
  8. echo "Hit return to test saving dictionary images and the tetris demo."
  9. read returnkey
  10.  
  11. cd ../demo
  12. ../src/pfe -q -D tt.dic tt.app
  13. ../src/pfe -d tt.dic
  14. rm tt.dic
  15.  
  16. echo "Using pfe as script interpreter:"
  17. ./argument 'first argument' ' second command line argument '
  18.